
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
x <- as.matrix(iris[, 1:4])
x <- x / rowSums(x)
ina <- iris[, 5]
mod <- alfa.rda(x, x, ina, 0)
table(ina, mod$est)
mod2 <- alfa.rda(x, x, ina, 0.5)
table(ina, mod2$est)
# }
Run the code above in your browser using DataLab